Layer Definition Schema
LISTVIEW Element
See Also  Send comments on this topic.
Layer Definition Schema : LISTVIEW Element

Glossary Item Box

Description

Used to define list view of related tables in an ArcPad layer definition.

Diagram

COLUMN Element Sequence LISTVIEW Element

Overview

LISTVIEW
Used to define list view of related tables in an ArcPad layer definition.
visible optional Restriction of xs:string
Used to define if the related table rows for the specified table wil be available to the user or not.
Sequence 1..∞
COLUMN
Used to define which columns from the related table are shown in the list view.

Attributes

NameTypeUseDefaultFixedDescription
visibleRestriction of xs:stringoptionaltrue Used to define if the related table rows for the specified table wil be available to the user or not.

Source

<xs:element name="LISTVIEW" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define list view of related tables in an ArcPad layer definition.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="unbounded">
      <xs:element ref="apl:COLUMN" />
    </xs:sequence>
    <xs:attribute name="visible" default="true">
      <xs:annotation>
        <xs:documentation>Used to define if the related table rows for the specified table wil be available to the user or not.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.